搜索资源列表

  1. Computer Graphics C Version (2nd Ed)

    0下载:
  2. 计算机科学经典著作之一,计算机图形学,C语言版本,不错的说!-one of the classics of computer science, computer graphics, C language version, it is true to say!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-14
    • 文件大小:19672064
    • 提供者:写意
  1. OpenGL经典教程

    0下载:
  2. opengl的经典教程,opengl的初学者很好的参考资料,例子丰富-OpenGL Classic Tutorial, especially very good reference for opengl beginners, lots of examples
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:1147904
    • 提供者:dlh
  1. 经典中的经典!STL源码分析

    0下载:
  2. 这是STL(标准模板库)学习的经典书籍,书中大量详细的剖析了STL的源码,相信认真读过这本书的读者用STL进行编程的能力会有很大提高-STL (Standard Template Library) learning the classic books, book a lot of detailed analysis of the source of STL, I believe carefully read this book read
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:6269952
    • 提供者:风度
  1. 李春葆:数据结构习题与解析(C语言版)

    0下载:
  2. 本文件是关于C语言方面的,里面有很多经典的程序,希望大家能用的上,尤其上考计算机类研究生的同学-this document is on the C language, there are many classic procedures in the hope that everyone can be in, especially on the computer test postgraduate students
  3. 所属分类:电子书籍

    • 发布日期:2024-05-14
    • 文件大小:4387840
    • 提供者:张里
  1. Visual C++数字图像处理

    0下载:
  2. 一个VC++编写的图像处理系统,包括了图像处理的经典算法!-a VC prepared by the image processing system, including the classic image processing algorithm!
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:6307840
    • 提供者:Yang
  1. 100道C语言经典实例

    0下载:
  2. 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong refere
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:26624
    • 提供者:
  1. c语言教程(www.vcok.com版)

    2下载:
  2. 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:304128
    • 提供者:刘宋
  1. 经典游戏代码

    0下载:
  2. 这个小游戏是我和一个学长编出来的。准确地说,我只是做了很少的一点工作,对于初学 c的人来说, 可以-small game and I was a part of seniority. Exactly, I just do a little bit more work, for beginners c people, a good look
  3. 所属分类:其他游戏

    • 发布日期:2024-05-14
    • 文件大小:957440
    • 提供者:Jack
  1. C语言kmp算法实现

    0下载:
  2. 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:ipkh
  1. 经典的BPN人工神经网络例子源码

    0下载:
  2. 经典的BPN人工神经网络例子源码,可用于函数逼近,预测等方面-classic example of artificial neural network source, function approximation can be used to forecast etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:30720
    • 提供者:张春民
  1. c语言经典c程序100例

    0下载:
  2. C语言经典程序100例,文件格式为文本,全部例子都通过编译,在TURBO C工C++环境下运行.-C language classic procedures hundred cases, the file format for text, are all examples compiled by the Public TURBO C C operating environment.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:程小杰
  1. 数据结构C语言描述

    0下载:
  2. 数据结构中的一经典算法,可以在Turboc2下运行 不过要用到工程文件才能运行-a classcial algorithm of data structure,can be performed under TURBOC2, but need project file.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:天马行空
  1. 经典同步问题:5哲学家进餐

    0下载:
  2. 经典同步问题中的哲学家进餐问题(材料:哲学家5个,筷子5只。要求:每个哲学家必须取得2只筷子时才能进餐,进餐完放下筷子,不能有哲学家饿死。ps:各哲学家每个状态时间有随机性)-Classic synchronous problem :five philosophers have dinner(material:5 philosophers ,five chopsticks.Demand: Each philosophers must h
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:404480
    • 提供者:zqm
  1. LINUX平台开发网络税控收款机的成功经典案例

    0下载:
  2. 华恒32位嵌入式LINUX平台开发网络税控收款机的成功经典案例. 华-huaheng 32 Embedded Linux platform network TCR classic case of success. China
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-14
    • 文件大小:185344
    • 提供者:陈国炎1
  1. 数字信号处理经典算法源代码

    0下载:
  2. 包含有各种各样的数字信号处理经典算法源代码,很有用的.-includes a wide variety of classical digital signal processing algorithm source code, very useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:75776
    • 提供者:
  1. 数据结构c语言程序

    0下载:
  2. 具有多种经典的数据结构算法的程序集合,完全是经过多次测试编译调试好的,可以运行的!-with a variety of classic data structures set of algorithm is completely after several tests compiler debug Yes, we can run!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:369664
    • 提供者:习可伟
  1. C程序大杂烩

    1下载:
  2. 这些C程序,是我在一学期C语言的学习中,我编写的所有的程序,他是我的心血,其中一些是非常经典的。-these procedures, I was in a semester C language learning, I prepared all of the procedures, he is my efforts, some of which is very classic.
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:望天
  1. MC20-C语言的小编译器

    0下载:
  2. 绝对经典的编译器程序设计,需要这方面的同志注意了阿!-A classical compiler for MC20-c. Who need it must pay attention to it.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:186368
    • 提供者:
  1. C版图形学circle

    0下载:
  2. 经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. C 语言高级实用编程技巧

    1下载:
  2. 曾经经典的书籍,大量的例子解析C语言的高级应用,希望对大家有帮助。-have classic books, a lot of examples of the C Language Analysis advanced applications, and I hope to be helpful.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-14
    • 文件大小:7623680
    • 提供者:南江涛
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org